home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch program will add the necessary BGI drivers to your TEGLSYS.LIB.
- echo You will need Turbo C's BGIOBJ.EXE and TLIB.EXE to add.
- echo -------
- echo Copy the EGAVGA.BGI, HERC.BGI, and CGA.BGI drivers from your Turbo C
- echo disk to this directory, before continuing....
- echo -------
- echo If you have not done this, press Ctrl-Break to exit......
- echo -------
- pause
- bgiobj egavga
- bgiobj herc
- bgiobj cga
- tlib /C teglsys.lib-+egavga-+herc-+cga